object AccountsForm: TAccountsForm Left = 586 Top = 395 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Accounts' ClientHeight = 208 ClientWidth = 430 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnDestroy = FormDestroy OnKeyUp = FormKeyUp OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 16 Top = 160 Width = 401 Height = 2 end object OKButton: TButton Left = 256 Top = 176 Width = 73 Height = 25 Cancel = True Caption = 'Close' Default = True TabOrder = 0 OnClick = OKButtonClick end object AddButton: TButton Left = 344 Top = 16 Width = 73 Height = 25 Caption = '&Add...' TabOrder = 3 OnClick = AddButtonClick end object RemoveButton: TButton Left = 344 Top = 48 Width = 73 Height = 25 Caption = '&Remove' TabOrder = 4 OnClick = RemoveButtonClick end object ImportButton: TButton Left = 344 Top = 120 Width = 73 Height = 25 Caption = '&Import...' TabOrder = 6 OnClick = ImportButtonClick end object AccountGrid: TAdvStringGrid Left = 8 Top = 16 Width = 321 Height = 129 Cursor = crDefault ColCount = 3 DefaultRowHeight = 17 DefaultDrawing = False FixedCols = 0 RowCount = 5 FixedRows = 1 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] GridLineWidth = 1 Options = [goFixedVertLine, goFixedHorzLine, goDrawFocusSelected, goRowSelect, goThumbTracking] ParentFont = False ScrollBars = ssVertical TabOrder = 2 GridLineColor = clSilver ActiveCellShow = False ActiveCellFont.Charset = DEFAULT_CHARSET ActiveCellFont.Color = clWindowText ActiveCellFont.Height = -11 ActiveCellFont.Name = 'MS Sans Serif' ActiveCellFont.Style = [fsBold] Bands.PrimaryColor = clInfoBk Bands.PrimaryLength = 1 Bands.SecondaryColor = clWindow Bands.SecondaryLength = 1 Bands.Print = False AutoNumAlign = False AutoSize = False VAlignment = vtaTop EnhTextSize = False EnhRowColMove = False SizeWithForm = False Multilinecells = False OnDblClickCell = AccountGridDblClickCell DragDropSettings.OleAcceptFiles = True DragDropSettings.OleAcceptText = True SortSettings.AutoColumnMerge = False SortSettings.Column = 0 SortSettings.Show = False SortSettings.IndexShow = False SortSettings.Full = True SortSettings.SingleColumn = False SortSettings.IgnoreBlanks = False SortSettings.BlankPos = blFirst SortSettings.AutoFormat = True SortSettings.Direction = sdAscending SortSettings.FixedCols = False SortSettings.NormalCellsOnly = False SortSettings.Row = 0 FloatingFooter.Color = clBtnFace FloatingFooter.Column = 0 FloatingFooter.FooterStyle = fsFixedLastRow FloatingFooter.Visible = False ControlLook.Color = clBlack ControlLook.CheckSize = 15 ControlLook.RadioSize = 10 ControlLook.ControlStyle = csClassic ControlLook.FlatButton = False EnableHTML = True EnableWheel = True Flat = False HintColor = clYellow SelectionColor = clHighlight SelectionTextColor = clHighlightText SelectionRectangle = False SelectionRTFKeep = True HintShowCells = False HintShowLargeText = False HintShowSizing = False PrintSettings.FooterSize = 0 PrintSettings.HeaderSize = 0 PrintSettings.Time = ppNone PrintSettings.Date = ppNone PrintSettings.DateFormat = 'dd/mm/yyyy' PrintSettings.PageNr = ppNone PrintSettings.Title = ppNone PrintSettings.Font.Charset = DEFAULT_CHARSET PrintSettings.Font.Color = clWindowText PrintSettings.Font.Height = -11 PrintSettings.Font.Name = 'MS Sans Serif' PrintSettings.Font.Style = [] PrintSettings.HeaderFont.Charset = DEFAULT_CHARSET PrintSettings.HeaderFont.Color = clWindowText PrintSettings.HeaderFont.Height = -11 PrintSettings.HeaderFont.Name = 'MS Sans Serif' PrintSettings.HeaderFont.Style = [] PrintSettings.FooterFont.Charset = DEFAULT_CHARSET PrintSettings.FooterFont.Color = clWindowText PrintSettings.FooterFont.Height = -11 PrintSettings.FooterFont.Name = 'MS Sans Serif' PrintSettings.FooterFont.Style = [] PrintSettings.Borders = pbNoborder PrintSettings.BorderStyle = psSolid PrintSettings.Centered = False PrintSettings.RepeatFixedRows = False PrintSettings.RepeatFixedCols = False PrintSettings.LeftSize = 0 PrintSettings.RightSize = 0 PrintSettings.ColumnSpacing = 0 PrintSettings.RowSpacing = 0 PrintSettings.TitleSpacing = 0 PrintSettings.Orientation = poPortrait PrintSettings.FixedWidth = 0 PrintSettings.FixedHeight = 0 PrintSettings.UseFixedHeight = False PrintSettings.UseFixedWidth = False PrintSettings.FitToPage = fpNever PrintSettings.PageNumSep = '/' PrintSettings.NoAutoSize = False PrintSettings.PrintGraphics = False HTMLSettings.Width = 100 HTMLSettings.XHTML = False Navigation.AdvanceDirection = adLeftRight Navigation.AllowClipboardRowGrow = True Navigation.AllowClipboardColGrow = True Navigation.InsertPosition = pInsertBefore Navigation.CopyHTMLTagsToClipboard = True Navigation.HomeEndKey = heFirstLastColumn ColumnSize.Stretch = True ColumnSize.Location = clRegistry CellNode.Color = clSilver CellNode.NodeColor = clBlack CellNode.ShowTree = False MaxEditLength = 0 MouseActions.RowSelect = True IntelliPan = ipVertical URLColor = clBlue URLShow = False URLFull = False URLEdit = False ScrollType = ssNormal ScrollColor = clNone ScrollWidth = 13 ScrollSynch = False ScrollProportional = False ScrollHints = shNone OemConvert = False FixedFooters = 0 FixedRightCols = 0 FixedColWidth = 107 FixedRowHeight = 17 FixedRowAlways = True FixedFont.Charset = DEFAULT_CHARSET FixedFont.Color = clWindowText FixedFont.Height = -11 FixedFont.Name = 'MS Sans Serif' FixedFont.Style = [] FixedAsButtons = False FloatFormat = '%.2f' IntegralHeigth = False WordWrap = False ColumnHeaders.Strings = ( 'Account' 'Server' 'Username') Lookup = False LookupCaseSensitive = False LookupHistory = False BackGround.Top = 0 BackGround.Left = 0 BackGround.Display = bdTile BackGround.Cells = bcNormal Filter = <> ColWidths = ( 107 113 96) RowHeights = ( 17 17 17 17 17) end object PropertiesButton: TButton Left = 344 Top = 80 Width = 73 Height = 25 Caption = '&Properties...' TabOrder = 5 OnClick = PropertiesButtonClick end object HelpButton: TButton Left = 344 Top = 176 Width = 75 Height = 25 Caption = 'Help' TabOrder = 1 OnClick = HelpButtonClick end end